home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 April / PCnet 2006-06.4.iso / oyun / Arcade.EXE / pacman.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-11-29  |  59 b   |  5 lines

  1. on(release){
  2.    Key.removeListener(this);
  3.    play();
  4. }
  5.